<!DESCRIPTION>This message script changes any word or phrase into morse code, with dashes represented by underscores and dots represented by full stops.
<!/DESCRIPTION>
<!CATEGORY>messages<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
var charCodes=new Array(36); charCodes["a"]=". _";